From b9059d978d2b86e15aa7c3846ef71fc62f711486 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:08:49 +0000 Subject: small fixes --- src/app/manga/[title]/title.module.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/app/manga/[title]/title.module.css') diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 737fd92..bbfc99b 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -55,16 +55,15 @@ .MangaStatus { color: var(--soft-purple); font-family: "Poppins", serif; - } .MangaVolume { - color: #FFACAC; + color: #ffacac; font-family: "Poppins", serif; } .MangaChapters { - color: #FFEBB4; + color: #ffebb4; font-family: "Poppins", serif; } @@ -72,4 +71,4 @@ .Main { max-width: 100%; } -} \ No newline at end of file +} -- cgit v1.2.3